home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / dlg / chkal050.lha / FixAlias / FixAlias.doc < prev   
Text File  |  1994-07-01  |  2KB  |  26 lines

  1. /********************************************************************************/
  2. /* FixAlias - Make datalist of Users & Aliases       - Author: Wim Rumping      */
  3. /********************************************************************************/
  4. /* FixAlias will read the DLGConfig:Misc/Users.bbs file and creates a file      */
  5. /* called DLGConfig:Misc/Alias.Idx. This file can be used by other programs     */
  6. /* to get an index of used Aliases on the BBS.                                  */
  7. /*                                        */
  8. /* There is also a check for duplicate aliases in the user database.        */
  9. /********************************************************************************/
  10. /* The structure of the file is:                                                */
  11. /*                     struct UserAlias_Entry            */
  12. /*                      {                    */
  13. /*                        char Alias[36];            */
  14. /*                        char Name[36];            */
  15. /*                      };                    */
  16. /********************************************************************************/
  17. /* Usage: FixAlias                                                              */
  18. /********************************************************************************/
  19. /* v1.0 - 16-11-93                                */
  20. /*    First version.                                */
  21. /* v1.0a - 25-11-93                                                             */
  22. /*      Now sorts on name instead of alias.                                     */
  23. /* v1.1 - 18-01-94                                                              */
  24. /*      Now compatible with AliasIndexer.                                       */
  25. /********************************************************************************/
  26.